Formatting cleanup.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 17 Aug 2005 15:34:58 +0000 (15:34 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 17 Aug 2005 15:34:58 +0000 (15:34 +0000)
linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c

index c9ade99d644ba019f2868a1db91956327537ca12..054f21d489d4f25a4e30f7e77f40f5494dfd713e 100644 (file)
@@ -24,13 +24,14 @@ struct dma_coherent_mem {
        unsigned long   *bitmap;
 };
 
-#define IOMMU_BUG_ON(test) \
-do { \
-       if (unlikely(test)) { \
-               printk(KERN_ALERT "Fatal DMA error! Please use 'swiotlb=force'\n"); \
-               BUG(); \
-       } \
-} while(0)
+#define IOMMU_BUG_ON(test)                             \
+do {                                                   \
+       if (unlikely(test)) {                           \
+               printk(KERN_ALERT "Fatal DMA error! "   \
+                      "Please use 'swiotlb=force'\n"); \
+               BUG();                                  \
+       }                                               \
+} while (0)
 
 int
 dma_map_sg(struct device *hwdev, struct scatterlist *sg, int nents,